home *** CD-ROM | disk | FTP | other *** search
- on kroll
- if the mouseCast = the castNum of sprite 33 then
- go("eye")
- end if
- if the mouseCast = the castNum of sprite 26 then
- go("chair")
- end if
- if the mouseCast = the castNum of sprite 32 then
- go("rball")
- end if
- if the mouseCast = the castNum of sprite 31 then
- go("pyr")
- end if
- if the mouseCast = the castNum of sprite 30 then
- go("clok")
- end if
- end
-